.ai-con {
  width: 100%;
  max-width: 1440px;
  background: #fff;
  margin: 90px auto 0;
  display: flex;
  opacity: 0;
}
.ai-con .ai-con-aside {
  width: 240px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 163px;
  box-sizing: border-box;
}
.ai-con .ai-con-aside .as-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-con .ai-con-aside .as-top .ai-cas-is {
  margin-bottom: 15px;
}
.ai-con .ai-con-aside .as-top .ai-cas-is:last-child {
  margin: 0;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .show-b {
  cursor: pointer;
  width: 158px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 33px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  color: #777;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .show-b figure {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .show-b figure svg {
  width: 100%;
  height: 100%;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .child {
  width: 100%;
  height: 42px;
  display: none;
  align-items: center;
  padding: 0 0 0 63px;
  box-sizing: border-box;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .child span {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .show-child {
  display: flex;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .act-child span {
  color: #2281ff;
}
.ai-con .ai-con-aside .as-top .ai-cas-is .act-ai-is {
  background: rgba(34, 129, 255, 0.12);
  color: #2281ff;
}
.ai-con .ai-con-aside .as-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-con .ai-con-aside .as-bottom .as-bot-is {
  width: 158px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0 0 34px;
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s linear;
  cursor: pointer;
}
.ai-con .ai-con-aside .as-bottom .as-bot-is figure {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 12px;
}
.ai-con .ai-con-aside .as-bottom .as-bot-is figure svg {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}
.ai-con .ai-con-aside .as-bottom .act-as-bot-is {
  color: #2281ff;
  background: rgba(34, 129, 255, 0.12);
}
.ai-con .ai-con-main {
  width: 1200px;
  min-height: 924px;
  background: #f8fbff;
  padding: 25px 42px 0 25px;
  box-sizing: border-box;
  overflow: hidden;
}
tr .cell {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .ai-con {
    width: 100%;
    max-width: initial;
    background: #fff;
    margin: 10px auto 0;
    display: flex;
    opacity: 0;
    flex-direction: column;
  }
  .ai-con .ai-con-aside {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
  }
  .ai-con .ai-con-aside .mo-aside {
    width: 100%;
    height: 48px;
    background-color: #fff;
  }
  .ai-con .ai-con-aside .mo-aside .mo-show-aside {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ai-con .ai-con-aside .mo-aside .mo-show-aside span {
    display: flex;
    width: calc(100% - 24px - 15px);
    color: #1681fe;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    padding: 0 0 0 39px;
    box-sizing: border-box;
  }
  .ai-con .ai-con-aside .mo-aside .mo-show-aside svg {
    margin: 0 15px 0 0;
  }
  .ai-con .ai-con-aside .mo-aside .mo-hide-aside {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .ai-con .ai-con-aside .mo-aside .mo-hide-aside > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-bottom: 0.5px solid #f8f8f8;
    background: #fff;
    box-sizing: border-box;
  }
  .ai-con .ai-con-main {
    width: 100%;
    min-height: initial;
    background: #f8fbff;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  tr .cell {
    color: #777;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
